From aa85605efdc252e17da387ca01c20d8a33fd4d12 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 5 Nov 2003 20:49:09 +0000 Subject: [PATCH] Put description in description field. (duh!) --- gpsbabel/easygps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/easygps.c b/gpsbabel/easygps.c index 85def6324..51bacc94f 100644 --- a/gpsbabel/easygps.c +++ b/gpsbabel/easygps.c @@ -136,7 +136,7 @@ data_read(void) break; } } - wpt_tmp->description = xstrdup(bbuf); + wpt_tmp->notes = xstrdup(bbuf); break; case 9: /* NULL Terminated (vs. pascal) link */ bbufp = bbuf; -- 2.30.2